Windowable.icon

* Sets the icon for the window. * Supports transparency. * * Params: * image = The image (from Devisualization.Image).

  1. void icon(Image image)
    interface Windowable
    void
    icon
    (
    Image image
    )
  2. void icon(ushort width, ushort height, ubyte[3][] data, ubyte[3]* transparent)

Meta